net/http.http2FrameHeader.Type (field)

11 uses

	net/http (current package)
		h2_bundle.go#L1485: 	Type http2FrameType
		h2_bundle.go#L1514: 	buf.WriteString(h.Type.String())
		h2_bundle.go#L1526: 			name := http2flagName[h.Type][http2Flags(1<<i)]
		h2_bundle.go#L1572: 		Type:     http2FrameType(buf[3]),
		h2_bundle.go#L1841: 	f, err := http2typeFrameParser(fh.Type)(fr.frameCache, fh, fr.countError, payload)
		h2_bundle.go#L1854: 	if fh.Type == http2FrameHeaders && fr.ReadMetaHeaders != nil {
		h2_bundle.go#L1881: 		if fh.Type != http2FrameContinuation {
		h2_bundle.go#L1884: 					fh.Type, fh.StreamID,
		h2_bundle.go#L1885: 					last.Header().Type, fr.lastHeaderStream))
		h2_bundle.go#L1892: 	} else if fh.Type == http2FrameContinuation {
		h2_bundle.go#L1896: 	switch fh.Type {